home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 January
/
PCWorld_2007-01_cd.bin
/
v cisle
/
syncback
/
SyncBackSE_Setup.exe
/
{localappdata}
/
2BrightSparks
/
SyncBack
/
debug.ini
Wrap
INI File
|
2005-09-27
|
1KB
|
47 lines
;
; SyncBackPro debug settings. Note this file must be in the
; same directory as the executable.
;
; If the settings are in the [debug] section then they are
; global to all profiles. Otherwise they are specific to
; that profile, e.g. [profile name]
;
; LEVEL
;
; For maximum output set the level to 10 (the default)
; For minimal output set the level to 5
; For no output set the level to 0
;
; FLUSH
;
; Set to 1 to flush the log to disk each time it is written
; to. Note that this slows things down a lot! Default is 0
; There's no need to flush if using console (see below).
;
; TOFILE
;
; Set to 1 to record debug information to a file. Default is 1
;
; TOCONSOLE
;
; Set to 1 to send debug information via the OutputDebugString
; Win32 API call. Default is 0
;
; APPEND
;
; Set to 1 to append the debug information instead of replacing
; it. Default is 0
;
; DATETIME
;
; Set to 1 to prefix the date & time on each debug output line.
; Default is 1
;
[debug]
level=10
flush=0
tofile=1
toconsole=0
append=0
datetime=1